home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / qdhelp.zip / QDHLPSRC.ZIP / TABS.QDH < prev    next >
Text File  |  1994-01-27  |  951b  |  39 lines

  1. //
  2. // tab stops
  3. //
  4.  
  5. /topic TABS
  6.     
  7.     /title Tabs
  8.     /keywords tabs
  9.  
  10.     /para \sa300,\b\i\fs40,Tabs
  11.     /endpara
  12.  
  13.     /defformat \sa100
  14.  
  15.     /para 
  16.         The following examples describe the use of tabs
  17.         to place text in a table type format.
  18.     /endpara
  19.  
  20.     /para
  21.         Tab stops by default are set at every half inch. \line
  22.         1 \tab 2 \tab 3 \tab 4 \tab 5 \tab 6 \tab 7 \tab 8 \line
  23.         To change the tab stops we use the \\txNNN command which
  24.         sets the tabs to the number of twips NNN.
  25.     /endpara
  26.  
  27.     /para \tx1440\tx2880\tx4320\tx5760\tx7200\tx8640
  28.         Tab stops are now set at every inch \line
  29.         1 \tab 2 \tab 3 \tab 4 \tab 5 \tab 6 \line
  30.     /endpara
  31.  
  32.     /para \tqr\tx1440\tqc\tx2880\tql\tx4320
  33.         You can also change the alignment of the text which is placed
  34.         by the tabs. \line
  35.         left \tab centered \tab right \line
  36.     /endpara
  37.  
  38. /endtopic
  39.